Skip to content

Commit 49164a3

Browse files
committed
Version up for release to reflect new structure and fixes
1 parent f018972 commit 49164a3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### poli-sci-kit 0.1.2.5 (March 24, 2021)
2+
3+
Changes include:
4+
5+
- Package structure has been modified for better testing and a cleaner wheel
6+
- Bug fixes and refactoring for cleaner code
7+
- Checks for code quality have been added
8+
- Examples now function in Google Colab
9+
110
### poli-sci-kit 0.1.0 (Feb 10, 2021)
211

312
First stable release of poli-sci-kit

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "poli-sci-kit developers"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "0.1.2.4"
27+
release = "0.1.2.5"
2828

2929

3030
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name="poli-sci-kit",
1212
packages=find_packages(where="src"),
1313
package_dir={"": "src"},
14-
version="0.1.2.4",
14+
version="0.1.2.5",
1515
author="Andrew Tavis McAllister",
1616
author_email="[email protected]",
1717
classifiers=[

0 commit comments

Comments
 (0)