Skip to content

Commit

Permalink
bump version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 20, 2022
1 parent fcca325 commit 28f3372
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions .bump.cfg.nt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
major: 2
minor: 1
patch: 1
minor: 2
patch: 0
revision: 0
type: release
files:
Expand All @@ -20,3 +20,4 @@ files:
date: Released
doc/conf.py:
version: release
style: python
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SSH Config — SSH Adapts to Your Current Network


:Author: Ken Kundert
:Version: 2.1.1
:Released: 2021-11-12
:Version: 2.2
:Released: 2022-11-19


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 = '2.1.1'
release = '2.2'
# 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: 2.1.1
:Released: 2021-11-12
:Version: 2.2
:Released: 2022-11-19


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

| Version: 2.1.1
| Released: 2021-11-12
| Version: 2.2
| Released: 2022-11-19

2.1 (2021-01-18)
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 = "2.1.1",
version = "2.2",
author = "Ken Kundert",
author_email = "sshconfig@nurdletech.com",
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__ = "2.1.1"
__released__ = "2021-11-12"
__version__ = "2.2"
__released__ = "2022-11-19"

from .sshconfig import (
VNC,
Expand Down

0 comments on commit 28f3372

Please sign in to comment.