Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Jan 15, 2019
1 parent 9221174 commit 10b5b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

latest (unreleased)
v1.2.0 (2019-01-14)
-------------------

New
Expand All @@ -12,6 +12,9 @@ New
Changes
~~~~~~~

- Allow rule descriptions to span multiple lines.
- Add ``DisallowForeignKey``, ``RequireForeignKey`` to ``"full"`` preset.

Fixes
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '1.2.0rc0'
__version__ = '1.2.0'


readme_path = os.path.join(os.path.dirname(__file__), 'README.rst')
Expand Down

0 comments on commit 10b5b38

Please sign in to comment.