Skip to content

Commit

Permalink
Update version, date, and history for 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
namsonx committed Jan 23, 2024
1 parent f144270 commit 6849baf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Binary file modified JsonPreprocessor/JsonPreprocessor.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions JsonPreprocessor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#
# Version and date of JsonPreprocessor
#
VERSION = "0.3.2"
VERSION_DATE = "17.01.2024"
VERSION = "0.3.3"
VERSION_DATE = "23.01.2024"

Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
json_preprocessor = CJsonPreprocessor()
json_preprocessor.jsonDump(dictTest, \"./OutputFile.json\")

* Added ``getVersion`` and ``getVersionDate`` methods to get current version and the date of the version.
* Improved format of nested parameters; improved error messages
* Some bugs fixed in implicitly created data structures
* Improved index handling together with nested parameters
Expand Down
5 changes: 3 additions & 2 deletions packagedoc/additional_docs/History.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
- Fix bugs of data structures implicitly\newline
- Improve index handling together with nested parameters}

\historyversiondate{0.3.2}{01/2024}
\historyversiondate{0.3.3}{01/2024}
\historychange{- Some bugs fixed in implicitly created data structures\newline
- Improved index handling together with nested parameters\newline
- Improved format of nested parameters; improved error messages}
- Improved format of nested parameters; improved error messages\newline
- Added getVersion and getVersionDate methods to get current version and the date of the version}

\end{packagehistory}

0 comments on commit 6849baf

Please sign in to comment.