Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Jun 22, 2022
1 parent c19e236 commit e9c275f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Ver. 1.4.1 (2022-06-22)

## Fixes

- Fix a bug in xml writer in the previous version


# Ver. 1.4.0 (2022-06-21)

## New
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License][license-image]][license-url]
[![Doc status][docs-image]][docs-url]

### Version 1.4.0
### Version 1.4.1
![alt ALAMODE](./docs/img/alamode.png)


Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.0'
release = '1.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

#include <string>

static const std::string ALAMODE_VERSION = "1.4.0";
static const std::string ALAMODE_VERSION = "1.4.1";

0 comments on commit e9c275f

Please sign in to comment.