Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
  • Loading branch information
oz123 committed Sep 5, 2019
1 parent b2c80e0 commit d684926
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Expand Up @@ -2,13 +2,13 @@
History
=======

1.0.0 (unreleased)
1.0.0 (2019-09-05)
------------------

* Dropped support for Python 2.7 and 3.4

0.6.0 (unreleased)
------------------
0.6.0 - released as tag only
----------------------------

* Added fixture scope configuration.
* Added ``ftpserver_TLS`` as TLS version of the fixture.
Expand Down
2 changes: 1 addition & 1 deletion pytest_localftpserver/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = """Oz Tiram"""
__email__ = 'oz.tiram@gmail.com'
__version__ = '0.6.0'
__version__ = '1.0.0'
3 changes: 2 additions & 1 deletion setup.cfg
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.1.0
current_version = 1.0.0
commit = True
tag = True
sign = True

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

setup(
name='pytest_localftpserver',
version='0.6.0',
version='1.0.0',
description="A PyTest plugin which provides an FTP fixture for your tests",
long_description=readme + '\n\n' + history,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit d684926

Please sign in to comment.