Skip to content

Commit 6b292e9

Browse files
authored
Merge pull request #3 from vsoch/update/django
updating django version
2 parents d98cd51 + b001be7 commit 6b292e9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# CHANGELOG
2+
3+
This is a manually generated log to track changes to the repository for each release.
4+
Each section should include general headers such as **Implemented enhancements**
5+
and **Merged pull requests**. Critical items to know are:
6+
7+
- renamed commands
8+
- deprecated / removed commands
9+
- changed defaults
10+
- backward incompatible changes (recipe file format? image file format?)
11+
- migration guidance (how to convert images?)
12+
- changed behaviour (recipe sections work differently)
13+
14+
The versions coincide with releases on Github.
15+
16+
## [0.0.x](https://github.com/singularityhub/sregistry-cli/tree/master) (0.0.x)
17+
- updating nginx version (0.0.11)
18+
- initial release (first verison released) (0.0.10)
19+

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
uwsgi
2-
Django==2.0.6
2+
Django>=2.0.8
33
psycopg2-binary

0 commit comments

Comments
 (0)