Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Apr 16, 2020
1 parent 5d02c24 commit 476219e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 3
patch = 3
major = 2
minor = 0
patch = 0
date = [
'sshconfig/__init__.py __released__',
'README.rst Released',
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ SSH Config
==========

:Author: Ken Kundert
:Version: 1.3.3
:Released: 2020-04-09
:Version: 2.0.0
:Released: 2020-04-16


Installation
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.3.3'
release = '2.0.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ SSH Config
==========

:Author: Ken Kundert
:Version: 1.3.3
:Released: 2020-04-09
:Version: 2.0.0
:Released: 2020-04-16


Introduction
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Releases
========

**Latest development release**:
| Version: 1.3.3
| Released: 2020-04-09
| Version: 2.0.0
| Released: 2020-04-16
**2.0 (2020-04-16)**:
- Improve documentation.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="sshconfig",
version="1.3.3",
version="2.0.0",
author="Ken Kundert",
author_email="[email protected]",
description="SSH config file generator",
Expand Down
4 changes: 2 additions & 2 deletions sshconfig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = "1.3.3"
__released__ = "2020-04-09"
__version__ = "2.0.0"
__released__ = "2020-04-16"

from .sshconfig import (
VNC,
Expand Down

0 comments on commit 476219e

Please sign in to comment.