Prep meta files for v1.0.0 release.

This commit is contained in:
Christopher Charbonneau Wells 2017-12-27 09:20:32 -05:00
parent 2de04a5f22
commit a5c94455ca
5 changed files with 30 additions and 46 deletions

27
Pipfile.lock generated
View File

@ -5,15 +5,15 @@
},
"host-environment-markers": {
"implementation_name": "cpython",
"implementation_version": "3.6.3",
"implementation_version": "3.5.2",
"os_name": "posix",
"platform_machine": "x86_64",
"platform_python_implementation": "CPython",
"platform_release": "4.4.0-101-generic",
"platform_system": "Linux",
"platform_version": "#124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017",
"python_full_version": "3.6.3",
"python_version": "3.6",
"python_full_version": "3.5.2",
"python_version": "3.5",
"sys_platform": "linux"
},
"pipfile-spec": 6,
@ -84,10 +84,10 @@
},
"djangorestframework": {
"hashes": [
"sha256:79268055755125caaebface3acbe13150bbc3a83b78e9bf1a1abfde7ab0c5231",
"sha256:067960e5e9e5586d3b2d53a1d626c4800dc33cd8309487d404fc63355674556f"
"sha256:1f6baf40ed456ed2af6bd1a4ff8bbc3503cebea16509993aea2b7085bc097766",
"sha256:9f9e94e8d22b100ed3a43cee8c47a7ff7b185e778a1f2da9ec5c73fc4e081b87"
],
"version": "==3.7.3"
"version": "==3.7.7"
},
"easy-thumbnails": {
"hashes": [
@ -97,10 +97,10 @@
},
"faker": {
"hashes": [
"sha256:f5529ff519a4bed0c0c8ccbbf7ca0d918ed0a9826fe8adc60f58d5b052a946dc",
"sha256:bf7dabcd6807c8829da28a4de491adf7998af506b8571db6a6eb58161157248a"
"sha256:2f6ccc9da046d4cd20401734cf6a1ac73a4e4d8256e7b283496ee6827ad2eb60",
"sha256:e928cf853ef69d7471421f2a3716a1239e43de0fa9855f4016ee0c9f1057328a"
],
"version": "==0.8.7"
"version": "==0.8.8"
},
"gunicorn": {
"hashes": [
@ -261,9 +261,9 @@
},
"plotly": {
"hashes": [
"sha256:69b3e9a16e5c4c20ca7d3a552ad6aa76b0164f5ee16e979c4e8086afb66fe0a4"
"sha256:dadd2263f1c0449b248fd3742a077d9594935921a9597529be76d6a841237ab0"
],
"version": "==2.2.2"
"version": "==2.2.3"
},
"psycopg2": {
"hashes": [
@ -461,10 +461,9 @@
},
"ipaddress": {
"hashes": [
"sha256:d34cf15d95ce9a734560f7400a8bd2ac2606f378e2a1d0eadbf1c98707e7c74a",
"sha256:5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1"
"sha256:200d8686011d470b5e4de207d803445deee427455cd0cb7c982b68cf82524f81"
],
"version": "==1.0.18"
"version": "==1.0.19"
},
"mccabe": {
"hashes": [

View File

@ -1,21 +1,18 @@
{
"name": "Baby Buddy",
"author": "Baby Buddy's Contributors",
"description": "Helps caregivers track baby's habits to learn about and predict needs without (as much) guess work.",
"repository": "https://github.com/cdubz/babybuddy",
"keywords": [
"baby",
"baby buddy",
"dashboard",
"django",
"infant",
"newborn",
"baby tracking",
"baby buddy",
"python",
"django",
"web",
"self-host"
],
"version": "0.1.0",
"license": "BSD-2-Clause",
"repository": "https://github.com/cdubz/babybuddy",
"website": "http://www.baby-buddy.net",
"buildpacks": [
{
"url": "heroku/nodejs"

View File

@ -1,5 +1,5 @@
{% extends 'babybuddy/base.html' %}
{% load timers %}
{% load babybuddy_tags timers %}
{% block nav %}
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
@ -199,6 +199,7 @@
class="dropdown-item"
target="_blank">
<i class="icon icon-chat" aria-hidden="true"></i> Chat / Support</a>
<h6 class="dropdown-header">v{% version_string %}</h6>
</div>
</li>
</ul>

17
package-lock.json generated
View File

@ -1,8 +1,7 @@
{
"name": "babybuddy",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"3d-view": {
"version": "2.0.0",
@ -5473,16 +5472,16 @@
}
},
"moment": {
"version": "2.19.4",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.19.4.tgz",
"integrity": "sha512-1xFTAknSLfc47DIxHDUbnJWC+UwgWxATmymaxIPQpmMh7LBm7ZbwVEsuushqwL2GYZU0jie4xO+TK44hJPjNSQ=="
"version": "2.20.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz",
"integrity": "sha512-Yh9y73JRljxW5QxN08Fner68eFLxM5ynNOAw2LbIB1YAGeQzZT8QFSUvkAz609Zf+IHhhaUxqZK8dG3W/+HEvg=="
},
"moment-timezone": {
"version": "0.5.14",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.14.tgz",
"integrity": "sha1-TrOP+VOLgBCLpGekWPPtQmjM/LE=",
"requires": {
"moment": "2.19.4"
"moment": "2.20.1"
}
},
"monotone-convex-hull-2d": {
@ -7567,7 +7566,7 @@
"requires": {
"bootstrap": "4.0.0-beta.2",
"jquery": "3.2.1",
"moment": "2.19.4",
"moment": "2.20.1",
"moment-timezone": "0.5.14",
"popper.js": "1.13.0",
"tempusdominus-core": "5.0.0-alpha10"
@ -7579,7 +7578,7 @@
"integrity": "sha1-Ve6W0wBxiyke0pDUQ7pfTfCtkgw=",
"requires": {
"jquery": "3.2.1",
"moment": "2.19.4",
"moment": "2.20.1",
"moment-timezone": "0.4.1"
},
"dependencies": {
@ -7588,7 +7587,7 @@
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.4.1.tgz",
"integrity": "sha1-gfWYw61eIs2teWtn7NjYjQ9bqgY=",
"requires": {
"moment": "2.19.4"
"moment": "2.20.1"
}
}
}

View File

@ -1,23 +1,11 @@
{
"name": "babybuddy",
"description": "A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without all the guess work.",
"version": "0.1.0",
"version": "",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/cdubz/babybuddy.git"
},
"keywords": [
"baby",
"infant",
"newborn",
"baby tracking",
"baby buddy",
"python",
"django",
"web",
"self-host"
],
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"font-awesome": "^4.7.0",
@ -31,7 +19,7 @@
"gulp-spawn": "^0.4.0",
"gulp-uglify": "^3.0.0",
"jquery": "^3.2.1",
"moment": "^2.19.4",
"moment": "^2.20.1",
"plotly.js": "^1.31.2",
"popper.js": "^1.13.0",
"pump": "^2.0.0",