Skip to content

Commit da691bd

Browse files
Merge pull request #67 from tillahoffmann/bumpversion
Add bumpversion config & release 2.6.0.
2 parents 30433d2 + 1dc01d3 commit da691bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

setup.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[bumpversion]
2+
current_version = 2.6.0
3+
tag = True
4+
commit = True
5+
6+
[bumpversion:file:setup.py]
7+
18
[bdist_wheel]
29
universal = 1
310

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setuptools.setup(
2020
name='testcontainers',
2121
packages=setuptools.find_packages(exclude=['tests']),
22-
version='2.5.0',
22+
version='2.6.0',
2323
description='Library provides lightweight, throwaway instances of common databases, Selenium '
2424
'web browsers, or anything else that can run in a Docker container',
2525
author='Sergey Pirogov',

0 commit comments

Comments
 (0)