Skip to content

Commit

Permalink
Bump version (0.3.0rc1)
Browse files Browse the repository at this point in the history
  • Loading branch information
3j14 committed Feb 1, 2022
1 parent d81357c commit 0ef3865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ Contributions in the form of reporting issues or submitting pull requests are we

There are mainly two aspects to developing `gcampus`.
There is

1. the **django python backend** and
2. static files like **JavaScript** or **stylesheets**.

The basic requirements for running `gcampus` are:

- [ ] Python 3.8 or newer
- [ ] PostgreSQL with PostGIS (serves as a database)
- [ ] Redis (used for Celery tasks)
- [ ] `libgdal` (required for GeoDjango)
Expand Down
2 changes: 1 addition & 1 deletion gcampus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
from django.utils.version import get_version


VERSION = (0, 2, 2, "rc", 5)
VERSION = (0, 3, 0, "rc", 1)
__version__ = get_version(VERSION)

0 comments on commit 0ef3865

Please sign in to comment.