Skip to content

Commit

Permalink
Release v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Aug 19, 2018
1 parent 49e7913 commit 891be14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v1.0.0 (2018-08-19)
-------------------

- Drop support for Python 2.7. (**breaking change**)
- Don't mutate ``models`` argument when passed in as a list to ``SQLClient.save|core.save``.
- Allow generators to be passed into ``SQLClient.save|core.save`` and ``SQLClient.destroy|core.destroy``.
Expand Down
2 changes: 1 addition & 1 deletion src/sqlservice/__version__.py
@@ -1,4 +1,4 @@
"""Project version information.
"""

__version__ = '0.23.0'
__version__ = '1.0.0'

0 comments on commit 891be14

Please sign in to comment.