Skip to content

Commit

Permalink
Revert version to all bumpversion to make change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Eklund committed May 1, 2020
1 parent e8b9a53 commit 9ad2369
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
*******

0.2.0 (2020-04-30)
==================
* This contains some modifications that are not backwards compatible.
* Remove .lists() support.
* Add .pluck() support.
* Change exception() to be raised when NOT_FOUND is generated instead of at the .get()
* Make documentation changes to reflect the above.

0.1.1 (2020-03-19)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/bonafideduck/magic_dot",
version="0.2.0",
version="0.1.1",
zip_safe=False,
)

0 comments on commit 9ad2369

Please sign in to comment.