Skip to content

Commit

Permalink
Prepare new release: 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jul 17, 2024
1 parent c37d970 commit f1cd18b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.3.0 - Not released
# Version 1.2.1

* Fix conflict that could occur with C API modules. Add prefix in module names.
* Cleanup and refractoring.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.2.1
2 changes: 1 addition & 1 deletion py/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.2.1
2 changes: 1 addition & 1 deletion src/codata_version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module codata__version
implicit none
private

character(len=*), parameter :: version = "1.3.0"
character(len=*), parameter :: version = "1.2.1"
character(len=:), allocatable, target :: version_f

public :: get_version
Expand Down

0 comments on commit f1cd18b

Please sign in to comment.