Skip to content

Commit

Permalink
Merge pull request #33 from adepue/master
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Adam DePue committed Mar 14, 2016
2 parents 0313e0f + 70dd6f9 commit 2dc4c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run_tests(self):

setup(
name='django-livefield',
version='2.5.0',
version='2.6.0',
description='Convenient soft-deletion support for Django models',
long_description=(
open('README.rst').read() + '\n\n' +
Expand Down

4 comments on commit 2dc4c13

@grantmcconnaughey
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a heads up, the version pushed to PyPI was probably supposed to be 2.5.0, not 2.6.0. I bumped the version to 2.5.0 when I created the PR. Now there is no 2.5.0 on PyPI.

Also, the CHANGELOG.rst file mentions my changes for version 2.5.0, not 2.6.0.

@adepue
Copy link
Contributor

@adepue adepue commented on 2dc4c13 Mar 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we stick with 2.6.0 then? I hate deleting versions because it creates wierd issues.

@grantmcconnaughey
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, totally. I wouldn't delete the release at this point. Just an FYI!

@adepue
Copy link
Contributor

@adepue adepue commented on 2dc4c13 Mar 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Sorry I totally missed the version bump.
Thanks for the fix.

Please sign in to comment.