Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymax committed Dec 10, 2020
1 parent b287d1e commit ae3cdba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ History
0.1.0 (2019-06-18)
------------------

* Cookie-cutted
* Cookie-cutted.

0.9.0 (2020-09-25)
------------------
Expand All @@ -21,4 +21,8 @@ History
------------------

* Beta Release.
* Removal of unused alpha code.

1.1.1 (2020-12-10)
------------------

* Basic Readme doc.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/o19s/skipchunk',
version='1.1.0',
version='1.1.1',
zip_safe=False,
)

0 comments on commit ae3cdba

Please sign in to comment.