Skip to content

Commit

Permalink
Merge pull request #154 from VNG-Realisatie/issue/fix-merge-conflicts
Browse files Browse the repository at this point in the history
Revert "Merge branch 'master' into stable/1.0.x"
  • Loading branch information
stevenbal committed Oct 19, 2020
2 parents ac9a5e4 + 58ceeb6 commit 152af41
Show file tree
Hide file tree
Showing 62 changed files with 965 additions and 2,100 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 1.5.6
current_version = 1.0.52

[bumpversion:file:setup.cfg]

Expand Down
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
language: python
cache: pip

services:
- postgresql
sudo: false

python:
- "3.6"
- "3.7"

env:
global:
- PGUSER=postgres
- PGDATABASE=postgres
- PGPASSWORD=
matrix:
- DJANGO=2.2
- DJANGO=2.2

matrix:
fast_finish: true
include:
- { python: "3.6", env: TOXENV=isort }
- { python: "3.6", env: TOXENV=docs }
- { python: "3.6", env: TOXENV=black }

install:
- pip install tox-travis
Expand Down
95 changes: 0 additions & 95 deletions CONTRIBUTING.md

This file was deleted.

5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VNG-API-common - Tooling voor RESTful APIs
==========================================

|build-status| |coverage| |docs| |black|
|build-status| |coverage| |docs|

|python-versions| |django-versions| |pypi-version|

Expand Down Expand Up @@ -84,7 +84,4 @@ Features
.. |pypi-version| image:: https://img.shields.io/pypi/v/vng-api-common.svg
:target: https://pypi.org/project/vng-api-common/

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

.. _documentatie: https://vng-api-common.readthedocs.io/en/latest/?badge=latest
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

settings.configure(
INSTALLED_APPS=[
"django.contrib.sites",
"rest_framework",
"django_filters",
"vng_api_common",
Expand Down
75 changes: 0 additions & 75 deletions docs/ref/http_caching.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/ref/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Modules reference
exceptions
middleware
viewset-mixins
http_caching
database
geo
polymorphism
Expand Down

0 comments on commit 152af41

Please sign in to comment.