Skip to content

Commit

Permalink
[NEW] (v1.0.0) Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Apr 26, 2023
1 parent 7ec99af commit 2195898
Show file tree
Hide file tree
Showing 164 changed files with 18,798 additions and 4,463 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# virtualenv
.venv
venv

# Packaging
build
Expand All @@ -16,12 +15,16 @@ __pycache__/
*.py[cod]

# Site media and builded statics
/data/
/var/
/sandbox/static
/sandbox/static-sources

# Settings
local.py

# Node.js stuff
/frontend/node_modules

# Unit test / coverage reports
htmlcov/
.coverage
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
version: 3.8
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion LICENCE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017-2020 Emencia.
Copyright (c) 2017-2023 Emencia.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
Loading

0 comments on commit 2195898

Please sign in to comment.