Skip to content

Commit

Permalink
update CHANGELOG 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Apr 25, 2017
1 parent ba75a87 commit 2632139
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ignore:
- conda_env/.*
- conda/_vendor/.*
- conda/console.py
- conda/cli/activate.py
- conda/cli/main_package.py
- conda/gateways/adapters/ftp.py
- conda/gateways/adapters/s3.py
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### New Features
* constrained, optional dependencies (#4982)
* conda shell function (#5044)
* conda shell function (#5044, #5141)

### Improvements
* filter out unwritable package caches from conda clean command (#4620)
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

----------------------------------------

.. image:: https://img.shields.io/travis/conda/conda/4.3.x.svg?maxAge=900&label=Linux%20%26%20MacOS
.. image:: https://img.shields.io/travis/conda/conda/4.4.x.svg?maxAge=900&label=Linux%20%26%20MacOS
:target: https://travis-ci.org/conda/conda
:alt: Linux & MacOS tests (Travis)

.. image:: https://img.shields.io/appveyor/ci/ContinuumAnalyticsFOSS/conda/4.3.x.svg?maxAge=900&label=Windows
.. image:: https://img.shields.io/appveyor/ci/ContinuumAnalyticsFOSS/conda/4.4.x.svg?maxAge=900&label=Windows
:target: https://ci.appveyor.com/project/ContinuumAnalyticsFOSS/conda
:alt: Windows tests (Appveyor)

.. image:: https://img.shields.io/codecov/c/github/conda/conda/4.3.x.svg?label=coverage
.. image:: https://img.shields.io/codecov/c/github/conda/conda/4.4.x.svg?label=coverage
:alt: Codecov Status
:target: https://codecov.io/gh/conda/conda/branch/4.3.x
:target: https://codecov.io/gh/conda/conda/branch/4.4.x

.. image:: https://img.shields.io/github/release/conda/conda.svg
:alt: latest release version
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ omit =
*\site-packages\*
conda/_vendor/*
conda/console.py
conda/cli/activate.py
conda/cli/main_package.py
conda/gateways/adapters/ftp.py
conda/gateways/adapters/s3.py
Expand Down

0 comments on commit 2632139

Please sign in to comment.