Skip to content

Commit

Permalink
[doxyrest] release doxyrest-2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkos committed Jan 7, 2021
1 parent a02715e commit 9fdd2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ This elaborate pipeline allows building beautiful documentation for C/C++ APIs w
Latest Release
--------------

`Doxyrest 2.1.0 <https://github.com/vovkos/doxyrest/releases/tag/doxyrest-2.1.0>`__

This release addresses Sphinx 3 compatibity issues and contains all the recent bugfixes, updates and contributions (remarkably, added graph support by `Daniel Löber <https://github.com/loebl>`__ and improved table support by `Aditya Dalmia <https://github.com/ghochee>`__).
`Doxyrest 2.1.2 <https://github.com/vovkos/doxyrest/releases/tag/doxyrest-2.1.2>`__

New in Doxyrest 2
-----------------
Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

set(DOXYREST_VERSION_MAJOR 2)
set(DOXYREST_VERSION_MINOR 1)
set(DOXYREST_VERSION_REVISION 1)
set(DOXYREST_VERSION_REVISION 2)
set(DOXYREST_VERSION_TAG )

set(DOXYREST_VERSION_FULL "${DOXYREST_VERSION_MAJOR}.${DOXYREST_VERSION_MINOR}.${DOXYREST_VERSION_REVISION}")
Expand Down

0 comments on commit 9fdd2ce

Please sign in to comment.