Skip to content

Commit

Permalink
Prepare new release. Fix name for C API modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jul 17, 2024
1 parent 53ca8db commit 324182e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.3.0
2 changes: 2 additions & 0 deletions py/LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MIT License

Copyright (c) Milan Skocic

Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion py/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.3.0
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.2.1"
character(len=*), parameter :: version = "1.3.0"
character(len=:), allocatable, target :: version_f

public :: get_version
Expand Down

0 comments on commit 324182e

Please sign in to comment.