Skip to content

Commit

Permalink
Version is now "2.5".
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Sep 11, 2023
1 parent e4835fc commit caecdea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ virtual env, in order to keep the old one working).
Installation with 'pip':
- You should probably use "virtualenv".
- To install Creme itself :
- You can just install from pyPI: 'pip install creme-crm==2.4'
- You can just install from pyPI: 'pip install creme-crm==2.5'
- If you retrieved the source, you can use the following command at the source's root: 'pip install -e .'
- About DB server :
- If you use MySQL/MariaDB, you must add the 'mysql' flag :
'pip install creme-crm[mysql]==2.4' (or 'pip install -e .[mysql]' with the source).
'pip install creme-crm[mysql]==2.5' (or 'pip install -e .[mysql]' with the source).
- For PostGreSQL, you must add the 'pgsql' flag :
'pip install creme-crm[pgsql]==2.4' (or 'pip install -e .[pgsql]' with the source).
'pip install creme-crm[pgsql]==2.5' (or 'pip install -e .[pgsql]' with the source).
- SQLite doesn't require a specific flag (see RECOMMENDATIONS).
- Notice some of these Python packages need system libraries to be installed.
For example, here a list of Debian/Ubuntu packages you'll have to install before:
Expand Down
2 changes: 1 addition & 1 deletion creme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.5-rc7'
__version__ = '2.5'


def get_version():
Expand Down

0 comments on commit caecdea

Please sign in to comment.