Skip to content

Commit

Permalink
Preparing release 4.3
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Michael Howitz committed Sep 8, 2017
1 parent a5df10c commit 3629ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

4.3 (unreleased)
4.3 (2017-09-08)
----------------

- Add ``__ne__`` to the Prefix class.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
from setuptools import setup, find_packages

version = '4.3.dev0'
version = '4.3'

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
Expand Down

0 comments on commit 3629ec3

Please sign in to comment.