Skip to content

Commit 9924161

Browse files
committed
Bump version: 2.0.5 → 2.1.0
1 parent 6ddd063 commit 9924161

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[bumpversion]
2-
current_version = 2.0.5
2+
current_version = 2.1.0
33
commit = True
44
tag = True
55
tag_name = {new_version}
66
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-dev\.(?P<dev>\d+))?
7-
serialize =
7+
serialize =
88
{major}.{minor}.{patch}-dev.{dev}
99
{major}.{minor}.{patch}
1010

@@ -15,3 +15,4 @@ serialize =
1515
[bumpversion:file:pyproject.toml]
1616

1717
[bumpversion:file:doc/source/conf.py]
18+

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 2.0.5
1+
VERSION = 2.1.0
22

33
PACKAGE = nginx-ldap-auth-service
44

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
author: str = "Caltech IMSS ADS"
3737

3838
# The full version, including alpha/beta/rc tags
39-
release: str = "2.0.5"
39+
release: str = "2.1.0"
4040

4141

4242
# -- General configuration ---------------------------------------------------

nginx_ldap_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__: str = "2.0.5"
1+
__version__: str = "2.1.0"
22
__author__: str = "Caltech IMSS ADS"
33
__author_email__: str = "imss-ads-staff@caltech.edu"
44
__description__: str = (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nginx-ldap-auth-service"
3-
version = "2.0.5"
3+
version = "2.1.0"
44
description = "A FastAPI app that authenticates users via LDAP and sets a cookie for nginx"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)