Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #5

Merged
merged 1 commit into from
Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

12 changes: 0 additions & 12 deletions .prettierrc.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
- secure: "qRfZF6oOoh5ZVsTA7+qzRKzaIu+9Gy9ec3Olt2EqibtnG7FT/7XG+x8PI8fx9v3p5omvvcW/+LpOJ9O2tiU/WZRbP67qWw/hFhupzVzqFZOAiqLINm2W7zWxgFfZhhIoUD2JlVQqtWY5MA0pCT31oC0y0z0aFdU5EMNcxz5Ic9xeVZ9H5jaZ8uXbe2Fd2W54nMMqFhfrLKHJuMRPOFC8f/rCeyC3rmK5FdqNlK4A6BvFUjbIs+al3Sho5oSfi9/fpoeitrWTy3Puoo1RonRGYSrP859AQs1JWVXITyjBxtIkLfCsg99tziXd5DWY/+c9hGvq2p5VJbJn4tA2Pbw6h5KUoO69h7nZfUaqIzTLK3Y8EJawZpxvIp6/cQHOWDMsERdcLnLA/UqcqTGmmEAe/rJWv1Er5c7bFK21WgY0wjwKA7ZjSEDAipICFGsiFevHTOUD16ZPuNIJrWuZSnj6ok5PuSW6ouhpKtzz8+4B+0zbee830JEOoCOPN1APeIsIZf77qOHQmTf42i5xQrdVUg1NE4mkpPJ1bSKQvt//AKRW2/lxL3ttd3rDZQnBDkxNgYGZw2HSL8LQVz6w0tzODcow79hDFOeBJHd9TvOV7Jb9Fbvuqqb/Plh/o92TcGF4hSGFv0oanxAWniWIsGYBB9fu+w+xk/+w0PUR5F2DJqw="

before_install:
- nvm install
- gcloud version || true
- if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf
$HOME/google-cloud-sdk; export CLOUDSDK_CORE_DISABLE_PROMPTS=1; curl
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ and this project adheres to

## [Unreleased]

## [0.1.1] - 2020-09-21

### Removed

- .nvmrc
- .prettierrc.yaml

### Updated

- README.md with build status badge
- Only run deploy to PyPi on Python 3.6 environment
- CHANGELOG.md
- Bump version

## [0.1.0] - 2020-09-21

### Added
Expand All @@ -20,5 +34,6 @@ and this project adheres to
- Update README.md
- Update .gitignore

[Unreleased]: https://github.com/digitalliving/firedantic/compare/0.1.0...HEAD
[Unreleased]: https://github.com/digitalliving/firedantic/compare/0.1.1...HEAD
[0.1.1]: https://github.com/digitalliving/firedantic/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/digitalliving/firedantic/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "firedantic"
version = "0.1.0"
version = "0.1.1"
description = "Pydantic base model for Firestore"
authors = ["Digital Living International Ltd"]
license = "BSD-3-Clause"
Expand Down