Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myusuf3 committed Feb 7, 2018
1 parent fb4d900 commit bb4611a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,11 +1,11 @@
Release History
---------------

0.6.0
1.0.0
+++++

This release cleans up a lot of older code and makes some small modifications to the `Delorean` API to make it more
Pythonic. 0.6.0 includes support for humanizing a `Delorean` object, as well as outputing a localized string
Pythonic. 1.0.0 includes support for humanizing a `Delorean` object, as well as outputing a localized string
representing the `Delorean` object.

This change introduces the following breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -24,7 +24,7 @@ Pretty much make you a badass, time traveller.

Interface Update
^^^^^^^^^^^^^^^^
Version 0.6.0 introduces the following breaking changes:
Version 1.0.0 introduces the following breaking changes:
- `Delorean.epoch` is a property, not a function.
- `Delorean.midnight` is a property, not a function.
- `Delorean.naive` is a property, not a function.
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -29,7 +29,7 @@
install_requires=dependencies,
test_suite = 'tests.test_data',
long_description=open('README.rst').read(),
classifiers=(
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Natural Language :: English',
Expand All @@ -42,5 +42,6 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
),
'Programming Language :: Python :: 3.6',
],
)

0 comments on commit bb4611a

Please sign in to comment.