Skip to content

Commit

Permalink
[cmake] Bump Version number to 1.0.0 for TRIQS3 compatibility release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 14, 2020
1 parent d6bd28f commit d1108fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()
message( STATUS "-------- BUILD-TYPE: ${CMAKE_BUILD_TYPE} -------------")

set (MAXENT_VERSION "0.9.1")
set (MAXENT_VERSION "1.0.0")

# start configuration
cmake_minimum_required(VERSION 2.8)
Expand Down
10 changes: 6 additions & 4 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ Changelog

This document describes the main changes in maxent.

Changes since the last release
------------------------------
The newest version, including changes since the last release, can be obtained using ``git checkout unstable``.

There are no changes beyond the last release.
Version 1.0.0
-------------

Version 1.0.0 is a compatibility release for TRIQS version 3.0.0 that
introduces compatibility with Python 3 (Python 2 no longer supported)

The newest version, including changes since the last release, can be obtained using ``git checkout master``.

Version 0.9.1, 2019-05-22
-------------------------
Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Analytic Continuation / MaxEnt
==============================

.. sidebar:: TRIQS/maxent 0.9.1
.. sidebar:: TRIQS/maxent 1.0.0

This is the homepage TRIQS/maxent Version 0.9.1
This is the homepage TRIQS/maxent Version 1.0.0
For the changes in maxent, Cf the :ref:`changelog <changelog>`

The goal of this :ref:`TRIQS <triqslibs:welcome>` application
Expand Down

0 comments on commit d1108fd

Please sign in to comment.