Bump version

This commit is contained in:
R. Miles McCain 2020-06-28 04:01:50 +00:00
parent 87a411f42d
commit e150e6bede
No known key found for this signature in database
GPG Key ID: F1053629E2905557
3 changed files with 2 additions and 4 deletions

3
package-lock.json generated
View File

@ -1,8 +1,7 @@
{ {
"name": "shynet", "name": "shynet",
"version": "0.5.2",
"lockfileVersion": 1,
"requires": true, "requires": true,
"lockfileVersion": 1,
"dependencies": { "dependencies": {
"@csstools/convert-colors": { "@csstools/convert-colors": {
"version": "1.4.0", "version": "1.4.0",

View File

@ -1,6 +1,5 @@
{ {
"name": "shynet", "name": "shynet",
"version": "0.5.2",
"description": "Modern, privacy-friendly, and cookie-free web analytics.", "description": "Modern, privacy-friendly, and cookie-free web analytics.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -18,7 +18,7 @@ import urllib.parse as urlparse
from django.contrib.messages import constants as messages from django.contrib.messages import constants as messages
# Increment on new releases # Increment on new releases
VERSION = "v0.5.2" VERSION = "v0.6.0alpha"
# Build paths inside the project like this: os.path.join(BASE_DIR, ...) # Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))