Skip to content

Commit e31e414

Browse files
committed
Bump version to 1.2.0
1 parent 04f7ea9 commit e31e414

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.1
2+
current_version = 1.2.0
33
message = Bump version to {new_version}
44
commit = True
55
tag = True
@@ -18,4 +18,4 @@ replace = __version__ = "{new_version}"
1818

1919
[bumpversion:file:CHANGELOG.md]
2020
search = Unreleased
21-
replace = [{new_version}] {now:%Y-%m-%d}
21+
replace = [{new_version}] {now:%Y-%m-%d}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [1.2.0] 2022-11-17
99

1010
### Added
1111

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "compas-ags"
1414
copyright = "2017, Block Research Group - ETH Zurich"
1515
author = "Tom Van Mele"
16-
release = "1.1.1"
16+
release = "1.2.0"
1717

1818
version = ".".join(release.split(".")[0:2])
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(*names, **kwargs):
2121

2222
setup(
2323
name="compas-ags",
24-
version="1.1.1",
24+
version="1.2.0",
2525
description="COMPAS package for Computational Graphic Statics",
2626
long_description=long_description,
2727
long_description_content_type="text/markdown",

src/compas_ags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__copyright__ = "Copyright 2014-2018 - Block Research Group, ETH Zurich"
2727
__license__ = "MIT License"
2828
__email__ = "[email protected]"
29-
__version__ = "1.1.1"
29+
__version__ = "1.2.0"
3030

3131

3232
def get(relpath):

0 commit comments

Comments
 (0)